/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{margin-top:10px;text-align:center;position:absolute;vertical-align:middle;width:100%;top:35%;}
.owl-pagination{display:none;}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{display:block;position: absolute;}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);opacity: 1;text-decoration: none;}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{text-align:center;display:inline-block;zoom:1;*display:inline;}
.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:3px;filter:Alpha(Opacity=100);opacity:1.0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#ccc;overflow:hidden;border:1px #fff solid;vertical-align:middle}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1.0;background:#fff;border:1px #114889 solid;}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-theme .owl-controls .owl-buttons div.owl-next,.owl-theme .owl-controls .owl-buttons div.owl-prev{top:50%;height:40px;width:20px;position:absolute;background:url("../images/next_ico.png") no-repeat center;filter: brightness(0);background-size:auto;}
.owl-theme .owl-controls .owl-buttons div.owl-prev{left:-35px;transform:rotate(-180deg);}
.owl-theme .owl-controls .owl-buttons div.owl-next{right:-35px;}
.owl-theme:hover .owl-controls .owl-buttons div.owl-prev,.owl-theme:hover .owl-controls .owl-buttons div.owl-next{filter: brightness(1);}


@media screen and (max-width:1024px){
    .owl-theme .owl-controls .owl-buttons div.owl-next, .owl-theme .owl-controls .owl-buttons div.owl-prev{width:20px;height:15px;filter: brightness(1);}
    .owl-theme .owl-controls .owl-buttons div.owl-prev{left:0;}
    .owl-theme .owl-controls .owl-buttons div.owl-next{right:0;}
}